-
Notifications
You must be signed in to change notification settings - Fork 182
Add Install Gateway Section in Getting Started guide #1673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Install Gateway Section in Getting Started guide #1673
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/cc @nirrozenbaum |
Hi @dharaneeshvrd thanks for the PR. Are we certain this is broken? Looking at the docs it seems like everything is WAI and all other GW implementations have the install step lower down in the guide. |
@kfswain Yes currently all GW implementations are having the install step lower down the guide but it seems due to #1381 this recent change, inferencepool helm chart for istio provider requires istio's |
@kfswain yup, this is certain. see issue #1649 which I opened after following the quickstart guide and hit that issue. @dharaneeshvrd I think the current change is not the ideal one. I was thinking about adding a new Sub-Section like additionally, when doing this change please pay attention to numbering, cause in current change that was missing (see screenshot below): |
Ok If I understood correctly, the guide would have following sections. Hope I can continue with the changes described above. |
yeah, that sounds good 👍🏻 |
af9a1d5
to
1a8e395
Compare
17151c8
to
fe5883f
Compare
@nirrozenbaum Could you please review the changes? |
@nirrozenbaum Did you get a chance to look at the changes? |
unfortunately not yet due to many holidays.. I should be back to work on Wednesday and then I can prioritize this PR review. |
/retest |
fe5883f
to
1e0cd6f
Compare
1e0cd6f
to
3872780
Compare
@dharaneeshvrd sorry for the delayed review. can you please rebase? |
- Move instructions from the Deploy an Inference Gateway section describing installation of Gateway API CRDs and provider specific GWs Signed-off-by: Dharaneeshwaran Ravichandran <[email protected]>
3872780
to
d45209a
Compare
@nirrozenbaum |
/lgtm Thanks for your patience with this PR! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dharaneeshvrd, nirrozenbaum The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@dharaneeshvrd @nirrozenbaum this PR only updates the released version of the quickstart guide. The same updates should be implemented in the |
Sure I can add a fix for #1752. |
What type of PR is this?
What this PR does / why we need it:
Move instructions from the
Deploy an Inference Gateway
section describing installation of Gateway API CRDs and provider specific GWs in newInstall Gateway
section.This also solves the istio getting started guide by reordering the steps since inference pool helm chart requires istio CRDs to be present before installing the chart due to recent change #1381.
Which issue(s) this PR fixes:
Fixes #1649
Does this PR introduce a user-facing change?: